home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / washing.swf / scripts / frame_54 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  294 b   |  16 lines

  1. var sv = new LoadVars();
  2. trace(score);
  3. var _l4 = 0;
  4. while(_l4 < Row)
  5. {
  6.    var _l2 = 0;
  7.    while(_l2 < Col)
  8.    {
  9.       depth = _l4 * Col + _l2;
  10.       box_mc["block_mc" + depth].removeMovieClip();
  11.       _l2++;
  12.    }
  13.    box_mc["butterfly_mc100" + _l4].removeMovieClip();
  14.    _l4++;
  15. }
  16.